xen/arm: device: Rename device_type into device_class
authorJulien Grall <julien.grall@linaro.org>
Fri, 30 Jan 2015 18:49:19 +0000 (18:49 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 20 Feb 2015 14:01:16 +0000 (14:01 +0000)
commitfda293443a0dcb8cdc8ff05cb582ff5e0523609e
treed3f10da96b5034647073d41f84a7176f8a87d43f
parent100f2a606ad6b0f113229cf828ad5c4479a4f44b
xen/arm: device: Rename device_type into device_class

This enum was used for matching a specific class of device and not to get the
type of device.

Hence the name device_type will be used for another purpose later.

Also rename device_get_type into device_get_class to reflect the change.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/device.c
xen/arch/arm/domain_build.c
xen/include/asm-arm/device.h